object frmFileProtection: TfrmFileProtection Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbFileProtection: TGroupBox Left = 16 Top = 1 Width = 605 Height = 176 Caption = 'gbFileProtection' TabOrder = 0 object lblFileProtection: TAxLabel Left = 24 Top = 30 Width = 550 Height = 75 WordWrap = True Transparent = True AutoSize = False Caption = 'lblFileProtection' ShowAccelChar = True end object cbFileScan: TCheckBox Left = 24 Top = 116 Width = 550 Height = 17 Caption = 'cbFileScan' TabOrder = 0 OnClick = OnItemClick end object cbHideProgress: TCheckBox Left = 24 Top = 138 Width = 550 Height = 17 Caption = 'cbHideProgress' TabOrder = 1 OnClick = OnItemClick end end object gbDirQuota: TGroupBox Left = 16 Top = 186 Width = 605 Height = 150 Caption = 'gbDirQuota' TabOrder = 1 object lblDirQuote: TAxLabel Left = 24 Top = 30 Width = 550 Height = 49 OnLinkClick = lblDirQuoteLinkClick LinkColor = 14509568 LinkSelectedColor = 14522624 WordWrap = True Transparent = True AutoSize = False Caption = 'lblDirQuote' ShowAccelChar = True end object lblStart: TAxLabel Left = 24 Top = 92 Width = 32 Height = 16 WordWrap = False Transparent = True Caption = '100'#1052 ShowAccelChar = True end object lblValue: TAxLabel Left = 59 Top = 88 Width = 286 Height = 16 WordWrap = False Alignment = taCenter Transparent = True AutoSize = False Caption = 'lblValue' ShowAccelChar = True end object lblEnd: TAxLabel Left = 341 Top = 92 Width = 39 Height = 16 WordWrap = False Alignment = taRightJustify Transparent = True Caption = '1000M' ShowAccelChar = True end object tbDirQuota: TTrackBar Left = 19 Top = 111 Width = 366 Height = 25 Max = 1000 Min = 100 Frequency = 50 Position = 400 TabOrder = 0 OnChange = tbDirQuotaChange end end end